ThreadSafeDictionary<TKey,TValue> Class

Summary
Implements a thread safe dictionary.
Syntax
C#
C++/CLI
[DefaultMemberAttribute("Item")] 
public class ThreadSafeDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable 
[DefaultMemberAttribute("Item")] 
generic<typename _TKey_> 
generic<typename _TValue_> 
public ref class ThreadSafeDictionary : public System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable   

Type Parameters

TKey
The type of the key.

TValue
The type of the value.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.